implied addressing - vertaling naar Engels
Diclib.com
Online Woordenboek

implied addressing - vertaling naar Engels

POWERS IMPLICITLY AUTHORIZED BY THE U.S. CONSTITUTION
Implied Powers; Implied power

implied addressing      

общая лексика

неявная адресация

способ адресации, при котором адреса операндов находятся в фиксированных для данной команды регистрах и не требуют явного указания в команде. Неявную адресацию обычно используют команды занесения и извлечения данных из стека, возврата из подпрограммы, вызова программного прерывания и некоторые другие

Смотрите также

addressing mode; direct addressing; immediate addressing; indirect addressing; relative addressing

absolute coding         
ASPECT OF THE INSTRUCTION SET ARCHITECTURE IN MOST CENTRAL PROCESSING UNIT DESIGNS
Addressing modes; Indirect word; Address mode; Indirect address; Absolute coding; Absolute and relative coding; Indexed addressing; Indirect addressing; Relative coding; Effective address; Load Effective Address; Push Effective Address; Indirection bit; Indirection (computing); Special addressing modes for implementation of stacks; Conditional execution; Register indirect; Direct addressing; Address modes; Direct-addressing; Direct address (computing)

общая лексика

программирование в машинных кодах

популярный на первых ЭВМ, но практически вышедший из употребления метод программирования с использованием машинных команд и абсолютных адресов. Такая программа может непосредственно исполняться процессором без предварительной трансляции и компоновки. Может применяться в редких случаях при отладке встроенных систем на простых микропроцессорах

Смотрите также

absolute address; absolute code; machine code

effective address         
ASPECT OF THE INSTRUCTION SET ARCHITECTURE IN MOST CENTRAL PROCESSING UNIT DESIGNS
Addressing modes; Indirect word; Address mode; Indirect address; Absolute coding; Absolute and relative coding; Indexed addressing; Indirect addressing; Relative coding; Effective address; Load Effective Address; Push Effective Address; Indirection bit; Indirection (computing); Special addressing modes for implementation of stacks; Conditional execution; Register indirect; Direct addressing; Address modes; Direct-addressing; Direct address (computing)

общая лексика

исполнительный адрес

адрес ОЗУ или ПЗУ, вычисленный при исполнении программы в соответствии с указанным в команде способом адресации

синоним

EA

Смотрите также

address register; logical address; relative address

Definitie

indirect address
<processor> An addressing mode found in many processors' instruction sets where the instruction contains the address of a memory location which contains the address of the operand (the "effective address") or specifies a register which contains the effective address. In the first case (indirection via memory), accessing the operand requires two memory accesses - one to fetch the effective address and another to read or write the actual operand. Register indirect addressing requires only one memory access. An indirect address may be indicated in assembly language by an operand in parentheses, e.g. in Motorola 68000 assembly MOV D0,(A0) writes the contents of register D0 to the location pointed to by the address in register A0. Indirect addressing is often combined with pre- or post- increment or decrement addressing, allowing the address of the operand to be increased or decreased by one (or some specified number) either before or after using it. (1994-11-07)

Wikipedia

Implied powers

In the United States, implied powers are powers that, although not directly stated in the Constitution, are implied to be available based on previously stated powers.